Platform Explorer / Nuxeo Platform 2023.10

Operation Elasticsearch.WaitForIndexing (Wait for Elasticsearch Indexing)

Description

Wait until Elasticsearch indexing is done.
Operation id Elasticsearch.WaitForIndexing
Category Services
Label Wait for Elasticsearch Indexing
Requires
Since 8.1

Parameters

Name Description Type Required Default value
refresh boolean no  
timeoutSecond integer no  
waitForAudit boolean no  
waitForBulkService boolean no  

Signature

Inputs void
Outputs boolean

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.elasticsearch.ElasticsearchWaitForIndexingOperation
Contributing Component org.nuxeo.ecm.automation.elasticsearch.contrib

JSON Definition

{
  "id" : "Elasticsearch.WaitForIndexing",
  "label" : "Wait for Elasticsearch Indexing",
  "category" : "Services",
  "requires" : null,
  "description" : "Wait until Elasticsearch indexing is done.",
  "since" : "8.1",
  "url" : "Elasticsearch.WaitForIndexing",
  "signature" : [ "void", "boolean" ],
  "params" : [ {
    "name" : "refresh",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "timeoutSecond",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "waitForAudit",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "waitForBulkService",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}